Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Haansi 51 posts 150 karma points
    Nov 26, 2014 @ 07:50
    Haansi
    0

    Umbraco back office broken `ReferenceError: WebForm_DoPostBackWithOptions is not defined`

    In Umbraco backoffice I m facing strange issue. It is Umbraco 7.1.6 and it was working fine before. Now I m getting client side errors if I try to add a document type or if try to add property to an existing document type.

    If I try to add a new document type I get errors "Error: ASP.NET Ajax client-side framework failed to load." and ReferenceError: Sys is not defined

    If I try to add a property in existing document type I receive "ReferenceError: WebForm_DoPostBackWithOptions is not defined"

    I have spent much time in investigation and reviewing code but couldn't figure it out. Please help me. enter image description here

  • Jan Skovgaard 11280 posts 23678 karma points MVP 10x admin c-trib
    Nov 26, 2014 @ 08:06
    Jan Skovgaard
    1

    Hi Haansi

    Has anything changed since it worked? An installation of a 3rd party package, custom package?

    Have you setup your installation to use Webforms rather than MVC?

    /Jan

  • Haansi 51 posts 150 karma points
    Nov 27, 2014 @ 01:46
    Haansi
    0

    @Jan Skovgaard thanks.

    I have not installed any package but by comparing it with a previous existing backup's web.config I came to know my web.config has some how an additional line of code, I commented below line and locally it was fine:

    <!--<location path="." inheritInChildApplications="false">-->
    

    But when I deploy on server I still have same issues. It looks something is not allowing to download js files requied by page but I have no idea what is that and what I should do to fix it. Any idea please ? Still I have same errors as shown in below image.

    enter image description here

  • Jan Skovgaard 11280 posts 23678 karma points MVP 10x admin c-trib
    Nov 27, 2014 @ 06:10
    Jan Skovgaard
    0

    Hi Hansi

    Ok - Good that it's working locally now.

    On your server it seems like you need to perhaps set permissions for the network service and iusr accounts on your Umbraco website folder and make it inherit all the way down. They both need to have full access.

    Is the required asp.net ajax framework installed correctly on the server as well?

    Does that help? Otherwise it might be a good idea to see the /app_data/logs file from the server and see if anything has been marked with "ERROR" or "WARNING".

    /Jan

  • Haansi 51 posts 150 karma points
    Nov 27, 2014 @ 06:50
    Haansi
    0

    @JanSkovgaard, I have checked for access and both has full acess.

    I m sorry I m not sure which framework need to installed on server, are you referring this one http://www.microsoft.com/en-us/download/details.aspx?id=883 ?

  • Jan Skovgaard 11280 posts 23678 karma points MVP 10x admin c-trib
    Nov 27, 2014 @ 07:21
    Jan Skovgaard
    0

    Hi Hansi

    Hmm, you might not need to install anything - Just googled your error message and it seems be a quite common and wellknown issue in general - I think you should try what is suggested in this post http://stackoverflow.com/questions/11288796/asp-net-ajax-client-side-framework-failed-to-load-when-put-the-scriptmanager-on#answer-20316230

    /Jan

  • Jess Bonde 25 posts 55 karma points
    May 19, 2015 @ 13:12
    Jess Bonde
    0

    Did this get solved? I have the same problem with my 7.2.4

  • Wing 17 posts 39 karma points
    Sep 15, 2015 @ 12:20
    Wing
    0

    I had the same error, but after quick review of what I did last hour, it turns out to be the User Agent that i've changed to spoof Google Bot. After setting User Agent to default, it worked again. Hope this helps anyone.

Please Sign in or register to post replies

Write your reply to:

Draft